widget: Improve focus handling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 Jun 2019 17:09:10 +0000 (17:09 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 11 Jun 2019 17:14:49 +0000 (17:14 +0000)
commitddee5cfc43618f413197252dfaedeeb42edc8e52
treeb15bbe31183433b0ee1884d14f765e3c143c4435
parent1d93e3845626080bf52d1693896bf7b6d404a349
widget: Improve focus handling

Make gtk_widget_real_focus do the right
thing for focusable widgets with children.

A case where this is (now) relevant is
an entry with a context popover.
gtk/gtkwidget.c